gtkmain: Propagate GDK_GRAB_BROKEN events to/from current focus
authorCarlos Garnacho <carlosg@gnome.org>
Tue, 12 May 2020 08:36:18 +0000 (10:36 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Tue, 12 May 2020 12:14:39 +0000 (14:14 +0200)
commitfbd0c8dc346a118019c33deed9858063e3e4e055
tree1d8d0b56251e1dddc482d697a0f54fa1a37084c5
parente33af5895f53a54b0c2b8993a9b7ba4858cbf3ae
gtkmain: Propagate GDK_GRAB_BROKEN events to/from current focus

Let keyboard/pointer paths handle their own events, and find the
current focus. The event will be propagated through instead of
being just emitted on the toplevel.

This makes it handled throughout all the gestures that want to
know about it.
gtk/gtkmain.c